Interface com.symantec.itools.vcafe.openapi.beans.DesignTimeOnClick
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.symantec.itools.vcafe.openapi.beans.DesignTimeOnClick

public interface DesignTimeOnClick

Variable Index

 o DESIGNTIME_ON_CLICK_ATTRIBUTE
Bean Descriptor attribute for design time interface.

Method Index

 o onClick(VisualObject, Component, int, int)

Variables

 o DESIGNTIME_ON_CLICK_ATTRIBUTE
public static final java.lang.String DESIGNTIME_ON_CLICK_ATTRIBUTE
Bean Descriptor attribute for design time interface. Atribute value is the Class of the design time interface.

Methods

 o onClick
public abstract boolean onClick(VisualObject visualObject,
                                Component component,
                                int x,
                                int y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index